home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / global / commonDialog.css < prev    next >
Cascading Style Sheet File  |  2010-01-02  |  700b  |  27 lines

  1. #commonDialog .dialog-button-box { 
  2. -moz-box-direction: reverse !important; 
  3. -moz-box-pack: start !important; 
  4. background-color:transparent !important;
  5.  background-image: url("chrome://browser/skin/icons/menu_separator.png") !important;
  6. background-repeat:no-repeat !important;
  7. background-position:top center;
  8. margin-top:5px;
  9. /* margin-left:80px; */
  10. padding-top: 5px;
  11. margin-right:0 !important;
  12. padding-right:0 !important;
  13. /* border:1px solid #000000; */
  14. }
  15.  
  16. #commonDialog .dialog-button-box spacer { display: none !important; }
  17.  
  18.  
  19. button[icon="accept"],
  20. button[icon="yes"] {
  21.   -moz-box-ordinal-group: 1 !important;
  22. }
  23.  
  24. button[icon="cancel"]
  25. button[icon="no"]  {
  26.   -moz-box-ordinal-group: 9 !important;
  27. }